body {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

a,
a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.text-uppercase {
	text-transform: uppercase;
}

.container {
	padding-right: 0px;
	padding-left: 0px;
}

.top-welcome {
	height: 32px;
	background: -webkit-linear-gradient(left, rgba(58, 179, 196, 1), rgba(167, 207, 157, 1));
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, rgba(58, 179, 196, 1), rgba(167, 207, 157, 1));
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, rgba(58, 179, 196, 1), rgba(167, 207, 157, 1));
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, rgba(58, 179, 196, 1), rgba(167, 207, 157, 1));
	/* 标准的语法（必须放在最后）*/
}

.series {
	font-size: 18px;
	color: #FFF;
	padding: 30px 0px;
	overflow: hidden;
	background: linear-gradient(to right, #0c4d87, #156eaa);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.series i {
	margin-right: 10px;
}

.series:hover {
	background: linear-gradient(to right, #46494c, #5b5e60);
}

.top-welcome .container {
	background: url(images/topuser.png) no-repeat left center;
	line-height: 32px;
	color: #fff;
	padding-left: 30px;
}

.top-welcome .container span {
	float: right;
}

.top-welcome .container span a {
	padding-left: 5px;
}

.navbar {
	margin-bottom: 0;
	box-shadow: 0px 0px 0px;
	border: 0 none;
}

.navbar-brand {
	padding: 14px 15px;
}

.navbar-brand img {
	max-height: 70px;
}

.navbar-nav>li>a {
	font-size: 15px;
	border: 2px solid transparent;
	color: #555;
	padding: 7px 20px;
	margin: 30px 0px;
}

.navbar-nav>li>a:hover:after,
.navbar-nav>li.active>a:after {
	background: #f28101;
	display: block;
	height: 2px;
	content: '';
	margin-top: 15px;
	margin-bottom: -15px;
}

.nav>li>a:hover {
	color: #555;
	background: none;
}

.top .nav .open>a,
.top .nav .open>a:focus,
.top .nav .open>a:hover {
	background: none;
	border-color: #fff;
}

.top .dropdown-menu>li>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #f28101;
}

.top .dropdown-menu>li>a {
	padding: 12px 20px;
}

.carousel-caption {
	bottom: 35%;
}

.ny-banner img {
	width: 100%;
}

.series1,
.about,
.product {
	margin-top: 50px;
}

.sit h2 {
	font-size: 34px;
	color: #f28101;
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-weight: 700;
}

.product {
	background: url(images/pro-bg.jpg) top center no-repeat;
	padding: 80px 0 35px;
	    background-color: #f5f5f5;
}
.video {
	padding: 60px 0 10px;
}

.pro-sit h2 {
	font-size: 34px;
	color: #fff;
	margin-top: 0;
	padding-bottom: 5px;
	font-weight: 700;
}
.product {
	text-align: center;
}
.product h3{
	color: #333;
	text-align: center;
	font-size: 30px;
	padding-bottom: 15px;
}
.product .container{
	background: #fff;
	padding:3% 5%;
}

.pro-sit h4 {
	color: #fff;
}

.ser-info h3 {
	background-color: #f28101;
	line-height: 60px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}

.ser-info:hover h3 {
	background-color: #6aab4d;
	color: #fff;
}

.ainfo {
	color: #555;
	overflow: hidden;
}

.alist {
	list-style: none;
	position: relative;
}

.alist h2 {
	position: relative;
	font-size: 34px;
	color: #f28101;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.about .about-right img {
	padding-left: 20px;
}

.icon-bg {
	background-color: #ffffff;
	padding: 15px 0;
	position: absolute;
	width: 700px;
	z-index: 5;
	top: 114%;
	list-style: none;
}

.icon-bg li {
	float: left;
	margin: 0 22px;
	text-align: center;
}

.icon-bg li img {
	display: inline;
}

/*.icon-bg li span{ color: #333; padding-left: 30px; padding-right: 30px;}*/
.icon-bg li span {
	color: #333;
	padding-top: 30px;
	display: block;
}

.pro-sit {
	margin-bottom: 40px;
}

.show-item {
	width: 100%;
}

.show-item ul {
	margin-left: -2px;
	margin-right: -2px;
	padding-left: 0px;
}

.show-item ul li {
	float: left;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	margin-bottom: 20px;
}

.item_warp {
	overflow: hidden;
	position: relative;
}

.item-box img {
	border: 1px solid #ddd;
}

.show-item ul li img {
	max-width: 100%;
	height: auto;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.show-item li:hover img,
.leader-list1:hover img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-o-opacity: 0;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.mask_warp {
	display: table;
	width: 100%;
	height: 100%;
}

.mask-cont {
	display: table-cell;
	vertical-align: middle;
}

.mask:before,
.mask:after {
	content: '';
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	-webkit-transition: opacity .35s ease-in-out, -webkit-transform .35s ease-in-out;
	transition: opacity .35s ease-in-out, transform .35s ease-in-out;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;

}

.mask:before {
	border-top: 3px solid rgba(255, 255, 255, 0.5);
	border-bottom: 3px solid rgba(255, 255, 255, 0.5);
	-webkit-transform: scale3d(0, 1, 1);
	-ms-transform: scale3d(0, 1, 1);
	-o-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
}

.mask:after {
	border-left: 3px solid rgba(255, 255, 255, 0.5);
	border-right: 3px solid rgba(255, 255, 255, 0.5);
	-webkit-transform: scale3d(1, 0, 1);
	-ms-transform: scale3d(1, 0, 1);
	-o-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
}

.mask:hover:before,
.mask:hover:after {
	-webkit-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.mask-cont h1,
.mask-cont p,
.mask-cont span {
	color: white;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-o-opacity: 0;
	transition: .35s;
}

.mask-cont h1 {
	font-size: 20px;
	font-weight: normal;
	max-width: 70%;
	margin: 0 auto;
}

.mask-cont span {
	display: block;
	font-size: 12px;
	width: 102px;
	height: 34px;
	line-height: 34px;
	margin: -3% auto 0;
	color: white;
	background: #df841e;
}

.btn-product {
	border-radius: 30px;
	    border: 1px solid #999;
	    color: #666;
	    margin-top: -28px;
	    padding: 10px 30px;
	    background:#fff;
}

.item-box:hover>.mask {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 100;
	-khtml-opacity: 100;
	-o-opacity: 100;
	background-color: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7e5d1e, endColorstr=#7e5d1e), alpha(opacity=0);
}

.item-box:hover>.mask p,
.item-box:hover>.mask h1,
.item-box:hover>.mask span {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 100;
	-khtml-opacity: 100;
	-o-opacity: 100;
	/* -webkit-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0); */
}

.item-box:hover>.mask span {
	margin: 3% auto 0;
}

.item-content {
	padding-right: 5%;
}

.blocks>li,
[class*="blocks-"]>li {
	position: relative;
	float: left;
	min-height: 1px;
	margin-right: 10px;
	margin-left: 10px;
	/*margin-bottom: 22px;*/
}

.news-sit h2 {
	font-size: 34px;
	color: #f28101;
	margin-top: 0;
	padding-bottom: 10px;
	font-weight: 700;
}


.icon_bg {
	background: #f1f1f1;
}

.icon16 {
	width: 25%;
	float: left;
}

.icon0 {
	padding: 40px 0;
}

.icon01 {
	padding: 40px 0;
}

.about_icon {
	width: 100%;
	position: relative;
	height: 100%;
	overflow: hidden;
}

.about_icon .icon1 {
	transition: all ease-in-out 0.3s;
}

.about_icon:hover .icon1 {
	opacity: 0;
}

.about_icon .icon2 {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	transition: all ease-in-out 0.3s;
}

.about_icon:hover .icon2 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.icon0 h3,
.icon01 h3 {
	margin-top: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}

.icon p {
	line-height: 24px;
	color: #666;
}

.bg-default {
	background-color: #006c89;
	padding: 30px 0;
	color: #fff;
}

.bg-default a {
	color: #fff;
	padding: 0 15px;
}

.copy {
	color: #fff;
}

.ny-about,
.ny-pro {
	margin-top: 50px;
	margin-bottom: 50px;
}

.series {
	background-color: #fff;
}

.series h2 {
	background-color: #f28101;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 15px;
	line-height: 26px;
}

.series h2 span {
	font-size: 14px;
}

.series .nav>li>a:focus,
.series .nav>li>a:hover,
.series .nav>li>a.active {
	color: #666;
	background-color: #fff;
	border-radius: 20px;
}

.series .nav>li>a {
	padding: 10px 15px;
	font-size: 16px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #f7f7f7;
}

.series .nav>li>a i {
	float: right;
	color: #dfdfdf;
	padding-top: 5px;
}

.pro-list {
	padding: 20px 0 0;
}
.pro-list img {
	border: 1px solid #ddd;
}
a.pro {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

a.pro img {
	transition: all ease-in-out 0.3s;
}

a.pro:hover img {
	transform: scale(1.2, 1.2);
}

.pro-text {
	background-color: #fff;
	line-height: 56px;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ser-tit {
	margin-top: 70px;
	margin-bottom: 40px;
}

.ser-tit h2 {
	font-size: 26px;
	margin-bottom: 20px;
}

.ny_info,
.ny-pro {
	line-height: 28px;
	margin-bottom: 50px;
	/*min-height: 200px;*/
}

.ny-content {
	/* min-height: 300px; */
	margin-bottom: 50px;
}

.ny-content p {
	line-height: 28px;
	color: #666;
}

.ny-images a {
	margin-bottom: 20px;
	display: block;
}

.media-news {
	padding: 20px 15px;
	min-height: 220px;
	border-radius: 6px;
	box-shadow: #ddd 5px 5px 30px;
	margin-bottom: 20px;
	transition: all 0.3s ease-in-out;
}

.media-news h3 {
	color: #333;
}

.media-news h3 i {
	padding-right: 10px;
}

.media-news h6 {
	line-height: 24px;
	color: #666;
	margin: 20px 0;
	
	white-space: normal;
}

.media-news a {
	display: inline-block;
	color: #fff;
	background: #f28101;
	border-radius: 6px;
	padding: 5px 15px;
}

.media-news:hover {
	transform: translateY(-10px)
}

.shownews-t {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.shownews-t h3 {
	font-size: 22px;
}

.ny-pro .media-pro {
	display: block;
}

.ny-pro .pro-img {
	border: 1px solid #ddd;
}

#map {
	width: 100%;
	height: 400px;
}

.grid {
	position: relative;
	border: 1px solid #eee;
	clear: both;
	margin: 0 auto;
	width: 100%;
	list-style: none;
	text-align: center;
	margin-bottom: 20px;
	overflow: hidden;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	opacity: 1;
}

.grid figure figcaption {
	padding: 10px 15px;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::after,
.grid figure figcaption::before {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -.15em;
	font-weight: 300;
	color: #fff;
	background: rgba(92, 144, 254, 0.8)
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	color: #fff;
}

figure.effect-goliath {
	background: #f28101;
}

figure.effect-goliath h2,
figure.effect-goliath img {
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
	position: absolute;
	bottom: 15px;
	left: 0;
	padding: 0 0 0 10px;
}

figure.effect-goliath p {
	text-transform: none;
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	-webkit-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
}

figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -50px, 0);
}

figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
}

figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.pager>li.active>a,
.pager>li.active>a:hover,
.pager>li.active>span,
.pager>li.active>span:hover {
	background: #f28101;
	border-color: #f28101;
}

.pager {
	display: inline-block;
}

.pager-loose.pager-pills>li>a {
	color: #333;
}

.pager>li.active>a {
	color: #fff;
}

.pager>li.disabled>a {
	color: #ddd;
}

.ser {
	margin-bottom: 40px;
}

.btn-ser {
	padding: 8px 14px;
	box-shadow: 0 0 0;
	text-shadow: 0 0 0;
	margin-bottom: 15px;
}

.btn-ser.active,
.btn-ser:hover {
	background-color: #f28101;
	color: #fff;
	box-shadow: 0 0 0;
	border: 0 none;
}

.equ img {
	margin-bottom: 20px;
}

.news .container>.center-block {
	overflow: hidden;
	padding-bottom: 80px;
}

.news .center-block .col-md-7 li {
	overflow: hidden;
	padding: 13px 0;
	border-bottom: 1px dashed #e5e5e5;
}

.news .center-block .col-md-5 {
	padding: 0;
}

.sy-news li {
	list-style: none;
	margin-bottom: 10px;
	overflow: hidden;
}

.new-img h2 {
	font-size: 16px;
	margin-top: 40px;
	color: #f28101;
	padding: 0 36px;
	font-weight: bold;
}

.new-img p {
	padding: 0 36px;
}

sy-news {
	background: #f2f2f2;
	padding: 54px 0 40px;
}

.news>.center-block {
	max-width: 1170px;
}

.date {
	height: 80px;
	width: 80px;
	background: #fff;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;

}

.date:hover {
	background: #f87f01;
}

.date:hover span,
.date:hover i {
	color: #fff;
}

.date span {
	color: #333;
	font-size: 36px;
	display: block;
	line-height: 30px;
}

.date i {
	display: block;
	color: #a0a0a0;
	font-size: 12px;
	font-style: normal;
}

.n-r h3 {
	font-size: 16px;
	line-height: 34px;
	margin-top: 4px;
}

.n-r h3 a {
	color: #000;
}

.n-r p {
	line-height: 25px;
	color: #747474;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.n-r {
	padding-left: 20px;
}

.mb {
	margin-bottom: 20px;
}

ul,
li {
	list-style: none;
}

.news-sit {
	margin-bottom: 50px;
}

.sy-news1 {
	background: #f2f2f2;
	padding: 54px 0 40px;
}

.m-box li {		position: relative;
}

.m-box li .box {
	position: absolute;
	left: 20px;
	bottom: 20%;
	color: #333333;
}

.m-box li h3 {
	font-size: 18px;
	color: #333333;
	position: relative;
}

.m-box li h3:after {			position: absolute;
	left: 0;
	bottom: -10px;
	content: "";
	width: 30px;
	height: 3px;
	background: #333;
}

.m-box li a {
	font-size: 11px;
	color: #333333;
	line-height: 1;
	display: block;
}
.init-1 ul li {
    float: left;
	padding: 1%;
}
.init-1 ul li img{
   width: 100%;
}
.init-1 ul li:nth-child(1){
						width: 68.7%;
					}
					.init-1 ul li:nth-child(2){
						width: 27.7%;
					}
					.init-1 ul li:nth-child(3){
						width: 40%;
					}
					.init-1 ul li:nth-child(4){
						width: 56.5%;
					}
					.init-1 ul li:nth-child(5){
						width: 56.5%;
					}
					.init-1 ul li:nth-child(5){
						width:  56%;
					}
.video ul li{
	float: left;
	padding: 0.4%;
}

.pro-tit{
	margin-bottom: 36px;
}
.video ul li:nth-child(1){
						width: 49%;
					}
					.video ul li:nth-child(2),.video ul li:nth-child(3),.video ul li:nth-child(4),.video ul li:nth-child(5){
						width: 24.37%;
					}
									
.m-box li:nth-child(2) .box {
	top: 20%;
}

.m-box li:nth-child(3) .box {
	top: 20%;
}

.m-box li a i {
	margin-left: 10px;
	width: 20px;
	height: 2px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	background: #333;
}

.message {
	background: url(../styles/images/mess_bg.jpg) no-repeat center top;
	margin-top: 50px;
	padding: 30px 0;
	overflow: hidden;

}
.num{
	width: 33%;
	display: inline-block;
	margin-top: 10px;
}
.mes-tit {
	margin-bottom: 35px;
	
}

.mes-tit h3,
.mes-tit p {
	color: #ccc;
}
.num span:nth-child(1){
	color: #f6b734;
	font-size: 36px;
	font-weight: 600;
}
.mes-tit h2 {
	color: #fff;
	font-size: 30px;
}

.message .box {
	width: 20%;
	float: right;
	padding: 0 5px;
}

.message .box img {
	width: 100%;
}

.message .form-control {
	padding: 36px 25px;
	border-radius: 0;
	margin-bottom: 20px;
	color: #999;
}

.message .col-xs-3 .form-control {
	font-weight: 700;
	color: #222;
}

.message p {
	color: #eee;
}

.pro-tit h2 {
    font-size: 34px;
    color: #333;
    margin-top: 0;
    padding-bottom: 5px;
    font-weight: 700;
	position: relative;

}

.video-img {
	position: relative;
	overflow: hidden;
}

.video-img img {
	transition: all ease-in-out 0.3s;
}

.video-img:hover img {
	transform: scale(1.2, 1.2);
}

.btn-product2 {
	border-radius: 30px;
	border: 2px solid #ccc;
	color: #333;
	margin-top: 40px;
	padding: 10px 30px;
	background: none;
}














.contact-info {
	font-size: 16px;
	line-height: 30px;
}

.ny-tit p {
	color: #666;
}

.ny_info {
	line-height: 24px;
	margin-bottom: 50px;
}

.text-indent {
	text-indent: 2em;
}

.pager>li.active>a,
.pager>li.active>a:hover,
.pager>li.active>span,
.pager>li.active>span:hover {
	background-color: #f28101;
	border-color: #f28101;
}

.ptest {
	color: #be964e;
}

.card>.caption {
	background-color: #be964e;
}

.item-content h4 a {
	color: #be964e;
}

.ny-info {
	padding: 30px 0;
	line-height: 27px;
}


.contact-info {
	font-size: 16px;
	line-height: 30px;
}

.ser {
	margin-bottom: 30px;
	margin-top: 20px;
}

.ser a {
	display: inline-block;
	color: #fff;
	border: 2px solid #fff;
	padding: 5px 30px;
	margin-right: 10px;
	font-size: 16px;
	border-radius: 20px;
}

.ser a.active,
.ser a:hover {
	background-color: #f39501;
	border: rgba(0, 0, 0, 0);
}

.ny-ser a {
	color: #555;
	border: 2px solid #ddd;
	margin: 5px;
}

.ny-ser a.active,
.ny-ser a:hover {
	background-color: #f28101;
	color: #fff;
}

.ptest {
	color: #333;
	line-height: 60px;
}

.ny-about {
	margin-top: 30px;
	margin-bottom: 50px;
}

.sit {
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
}

.sit h2 {
	font-size: 30px;
	color: #333;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 0;
}

.sit img {
	border: 1px solid #ddd;
}

.sit h2 span {
	color: #666;
}

.sit h2:after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1px;
	content: "";
	width: 50px;
	height: 3px;
	background: #f28101;
}

@media (max-width: 1199px) {
	.navbar-nav>li>a {
		padding: 10px 13px;
	}

}

@media (max-width: 991px) {
	.navbar-brand img {
		max-height: 35px;
	}

	.navbar-nav>li>a {
		padding: 8px;
		font-size: 13px;
	}

	.navbar-brand {
		padding: 31px 15px;
	}

	.sy_about {
		background-size: cover;
	}

}

@media (max-width: 767px) {
	.navbar-brand {
		padding: 12px 15px;
	}

	.icon0 {
		padding: 20px;
	}

	.icon01 {
		padding: 20px;
	}

	.icon_bg {
		padding: 0;
	}

	.sy_about {
		background-size: cover;
	}

	.icon16 {
		width: 50%;
		float: left;
	}
    
	.series1 {
		margin-top: 40px;
	}

	.sit h2 {
		margin-bottom: 10px;
		padding-bottom: 0px;
	}

	.ainfo {
		padding-top: 23px;
		padding-bottom: 40px;
		margin: 0;
	}

	.about .about-right img {
		padding-top: 13%;
		padding-left: 0px;
		margin: 0px;
	}

	.pro-sit h4 {
		line-height: 24px;
	}

	.message {
		padding: 20px 20px;
		margin-top: 30px;
	}

	.ny-about,
	.ny_info {
		margin-top: 40px;
		margin-bottom: 10px;
		margin: 10px;
	}

	.ny-content {
		margin-top: 20px;
		margin-bottom: 10px;
		margin-left: 5px;
	}

	.icon0 h3,
	.icon16 h3 {
		line-height: 20px;

	}

	.media-body,
	.media-left,
	.media-right {
		padding-right: 0px;
	}

	.item_warp {
		margin-bottom: 0px;
	}

	.pro-sit h4 {
		margin-bottom: 20px;
	}

	.sit h2,
	.pro-sit h2,
	.news-sit h2 {
		font-size: 28px;
	}

	.series,
	.about,
	.product,
	.sy-news1,
	.icon_bg {
		margin-top: 32px;
	}
    .series {
		min-height: 101px;
		margin-top: 15px;
		font-size: 17px;
		padding: 20px 10px;
	}
	.product {
		padding: 40px 0;
	}
	.pro-tit h2 {
	    font-size: 26px;
	 }
	.mes-tit { margin-bottom: 15px;}
    .mes-tit h4{ padding: 0 20px; line-height: 24px;}
	.video {
	    padding: 40px 0 10px;
	}
	.sit {
	    border-bottom: 1px solid #ddd;
	    margin-bottom: 10px;
	}
	.sit h2:after {
	    position: absolute;
	    left: 50%;
	    transform: translateX(-50%);
	    bottom: -12px;
	    content: "";
	    width: 50px;
	    height: 3px;
	    background: #f28101;
	}
	.stext {
		margin-bottom: 24px;
		line-height: 24px;
	}

	.alist h2 {
		margin-bottom: 0px;
	}

	.alist {
		padding: 0px 10px;
	}

	.icon-bg li {
		margin: 0px;
		width: 50%;
		margin-bottom: 20px;
	}

	.icon-bg {
		width: auto;
		left: 0%;
		position: inherit;
	}

	.icon16 h3 {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.navbar-brand img {
		max-height: 50px;
	}

	.navbar-toggle {
		background-color: #eee;
		margin: 20px 25px 20px 0;
	}

	.sy_about {
		margin-top: 0px;
	}

	.navbar-toggle .icon-bar {
		background-color: #555;
	}

	.navbar-nav>li>a {
		font-size: 15px;
		color: #555;
		margin: 0;
		padding: 10px 15px;
	}

	.application-title {
		padding: 30px 15px;
	}

	.application-title h2 {
		font-size: 20px;
	}

	.sy_news .media-heading a {
		font-size: 14px;
	}

	.btn-ser {
		margin-right: 6px;
		margin-bottom: 10px;
	}



}
